home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / 3c503.zip / 3PLUS / INSPROPT.BAT < prev    next >
DOS Batch File  |  1992-01-10  |  936b  |  51 lines

  1. echo off
  2. REM %%VER 3+ Drivers Installation Utility Program v2.0c
  3. if %mono%==y goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type inspropt.men
  14.  
  15. ..\install\echoxy 22 11 Update drivers? (y/n):
  16. ..\install\reply  
  17.  
  18. if errorlevel 122 goto inval
  19. if errorlevel 121 goto ins
  20. if errorlevel 111 goto inval
  21. if errorlevel 110 goto 3plus
  22. if errorlevel 90 goto inval
  23. if errorlevel 89 goto ins
  24. if errorlevel 79 goto inval
  25. if errorlevel 78 goto 3plus
  26. if errorlevel 59 goto help
  27. if errorlevel 28 goto inval
  28. if errorlevel 27 goto 3plus
  29.  
  30. :inval
  31. ..\install\echoxy 22 10                                                           
  32. ..\install\echoxy 22 17  **** Invalid key, try again. ****
  33. echo 
  34. echo 
  35. echo.
  36. inspropt
  37.  
  38. :help
  39. ..\install\echoxy 24 1
  40. echo.
  41. type 3pins.hlp
  42. pause
  43. inspropt
  44.  
  45. :3plus
  46. 3plus
  47.  
  48. :ins
  49. 3pinstal
  50.  
  51.